home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / stdm15.zip / HIST.TXT < prev    next >
Text File  |  1994-12-16  |  4KB  |  92 lines

  1. History of changes since Stdemo Player 1.0        
  2.         
  3.         1. The amount of text you can place into the text box 
  4.            depends on the current display mode ( VGA, SVGA,     
  5.            etc. ) and fonts supported by your current display 
  6.            driver. This creates a problem: the text you placed 
  7.            into the box might not fit when you run your demo on 
  8.            a different system. In order to make sure, that it 
  9.            will not happen, Stdemo Player checks if the whole 
  10.            text fits into the box, and if not - it is trying to 
  11.            reduce the font size, until the whole text fits. If 
  12.            the system doesn't have a small enough font - the     
  13.            scroll bar will be added to the text field, so that 
  14.            user can read the whole text by scrolling it.
  15.  
  16.         2. I found and fixed several places where some "housekeeping"
  17.            has not been properly done: some properties, assigned to 
  18.            some windows were not deleted, and something else, I already 
  19.            forgot what exactly.
  20.  
  21.         3. :O command now allows to use absolute coordinates instead
  22.            of virtual. It means that if absolute coordinates are used,
  23.            all subsequent coordinates will be treated "as is", without
  24.            adjusting them to the current virtual screen/window size.
  25.  
  26.         4. :< command allows to find and activate already running
  27.            application.
  28.  
  29.         5. :+X command allows to set the special timer which will affect
  30.            interaction breakes (TEXT, MENU and INPUT). Setting the value
  31.            of this timer somewhere in a script means that for all subsequent
  32.            communication breaks (dialog boxes) the "continue" button 
  33.            will be "pressed" automatically after X seconds since
  34.            this dialog box was initially shown. :+0 disables this feature. 
  35.  
  36.         6. :R command disables/enables 3-D effect for interaction breaks.
  37.  
  38.         7. :X command disables/enables/hides/shows the "Stop" button on 
  39.            interaction breaks.
  40.  
  41.         8. :Y command disables/enables/hides/shows the "Continue" button on 
  42.            interaction breaks.
  43.  
  44.         9. :F command allows to set the minimal font (in point sizes)
  45.            to be used when all text doesn't fit into a text box. If it
  46.            is impossible to fit all text using the font bigger than
  47.            minimal - the defaul font will be used with the scrollbar
  48.            enabled. (Default is :F8).
  49.  
  50.         10. :b command allows to change the background color for text,
  51.             menu and input fields (default is blue).
  52.  
  53.         11. :f command allows to change the foreground color for text,
  54.             menu and input fields (default is black).
  55.             
  56.         12. :< command has been extended and now allows to find already running
  57.             application and hide or destroy it.
  58.  
  59.         13. Script will jump to the special label "__STOP__" when STOP button
  60.             pressed on any interaction break box. If there is no such label in
  61.             the script - STOP will cause just usual termination.
  62.         
  63.         14. :Wx    command delays script execution for x seconds.
  64.  
  65.         15. :A, :U and :~ commands allow to create scheduled events.
  66.  
  67.         16. :Z command terminates script execution.
  68.  
  69.         17. :V command allows to branch execution of a script depending on a current
  70.             video resolution.
  71.  
  72.         18. :c command allows to disable the default check on active window
  73.             after the :( command.
  74.  
  75.         19. :< command now allows to find the window using "partial" caption string,
  76.             i.e. if the last symbol of the search string is "*" - any window with
  77.             the caption which matches the "wildcarded" search string fits the search
  78.             condition.
  79.  
  80.         20. :? command allows to branch the script execution based on a condition
  81.             of window existance.
  82.             
  83.         21. :d command allows to set the default font (in point sizes)
  84.             to be used in all text boxes. (StDemo's default is :d8).
  85.             
  86.         22. added "flag" parameter to the ":p" command. It allows to play sounds
  87.             asynchronously, loop the sound or stop curently playing sound.
  88.  
  89.         23. Fixed a nasty bug which didn't allow to switch directory (sometimes).
  90.             
  91.  
  92.